From: Bernd Schubert Date: Tue, 23 Sep 2008 13:28:58 +0000 (+0200) Subject: [SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~25508^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=22ab019b6ff8f3f93ddc93135d7e7ff24d982fe0;p=linux-4.9.git [SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver. Make SPI timeout 10s the same as SAS Signed-off-by: Bernd Schubert Acked-by: "Prakash, Sathya" Signed-off-by: James Bottomley --- diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index 9f9354fd3516..d62fd4f6b52e 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c @@ -1760,10 +1760,9 @@ mptscsih_get_tm_timeout(MPT_ADAPTER *ioc) case FC: return 40; case SAS: - return 10; case SPI: default: - return 2; + return 10; } }